Platform Explorer / Nuxeo Platform 6.0

Extension point applications

Contribution Descriptors

  • Class: org.nuxeo.theme.ApplicationType

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-drive-jsf-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    
        <application root="/nuxeo" template-engine="jsf-facelets">
    
          <!-- Cache control for theme resources (/nxthemes-lib/) -->
          <resource-caching>
            <lifetime>36000</lifetime>
          </resource-caching>
          <!-- Cache control for theme styles (/nxthemes-css/) -->
          <style-caching>
            <lifetime>900</lifetime>
          </style-caching>
    
          <view id="/drive_metadata.xhtml">
            <theme>galaxy/popup</theme>
          </view>
    
        </application>
      </extension>
  • nuxeo-admin-center-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    
        <application root="/nuxeo" template-engine="jsf-facelets">
    
          <view id="/view_admin.xhtml">
            <theme>admin/default</theme>
          </view>
    
          <view id="/connect_confirm_download.xhtml">
            <theme>admin/default</theme>
          </view>
    
        </application>
    
      </extension>
  • nuxeo-birt-reporting-web-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    
        <application root="/nuxeo" template-engine="jsf-facelets">
    
          <view id="/adm_view_documents.xhtml">
            <theme>admin/default</theme>
          </view>
        </application>
    
      </extension>
  • nuxeo-platform-preview-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    
        <application root="/nuxeo" template-engine="jsf-facelets">
          <view id="/preview_popup.xhtml">
            <theme>galaxy/popup</theme>
          </view>
        </application>
      </extension>
  • nuxeo-template-rendering-web-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    
        <application root="/nuxeo" template-engine="jsf-facelets">
          <view id="/associateTemplate.xhtml">
            <theme>galaxy/popup</theme>
          </view>
        </application>
      </extension>
  • nuxeo-diff-jsf-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    
        <application root="/nuxeo" template-engine="jsf-facelets">
          <view id="/content_diff_fancybox.xhtml">
            <theme>galaxy/popup</theme>
          </view>
        </application>
    
      </extension>
  • nuxeo-platform-ui-select2-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
        <application root="/nuxeo" template-engine="jsf-facelets">
          <view id="/widgets/suggest_add_new_directory_entry_iframe.xhtml">
            <theme>galaxy/popup</theme>
          </view>
        </application>
      </extension>
  • nuxeo-search-ui-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    
        <application root="/nuxeo" template-engine="jsf-facelets">
    
          <view id="/search/search.xhtml">
            <theme>search/default</theme>
          </view>
    
        </application>
    
      </extension>
  • nuxeo-platform-webapp-core-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    
        <application root="/nuxeo" template-engine="jsf-facelets">
    
          <negotiation>
            <strategy>nuxeo5</strategy>
            <default-engine>default</default-engine>
            <default-theme>galaxy/default</default-theme>
            <default-perspective>default</default-perspective>
            <!-- TODO default collection/flavor... -->
          </negotiation>
    
          <!-- Cache control for theme resources (/nxthemes-lib/) -->
          <resource-caching>
            <lifetime>36000</lifetime>
          </resource-caching>
    
          <!-- Cache control for theme styles (/nxthemes-css/) -->
          <style-caching>
            <lifetime>900</lifetime>
          </style-caching>
    
          <view id="/create_relation_search_document_popup.xhtml">
            <theme>galaxy/popup</theme>
          </view>
          <view id="/dndFormCollector.xhtml">
            <theme>galaxy/popup</theme>
          </view>
          <view id="/editor_link_search_document.xhtml">
            <theme>galaxy/popup</theme>
          </view>
          <view id="/editor_image_upload.xhtml">
            <theme>galaxy/popup</theme>
          </view>
    
          <view id="/info_view.xhtml">
            <theme>galaxy/popup</theme>
          </view>
    
        </application>
      </extension>
  • nuxeo-user-center-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    
        <application root="/nuxeo" template-engine="jsf-facelets">
    
          <view id="/view_home.xhtml">
            <theme>userCenter/default</theme>
          </view>
          <view id="/home_view_documents.xhtml">
            <theme>userCenter/default</theme>
          </view>
    
        </application>
    
      </extension>
  • nuxeo-webengine-sites-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
        <application root="/nuxeo/sites" template-engine="freemarker">
          <negotiation>
            <strategy>web</strategy>
            <default-engine>default</default-engine>
            <default-theme>sites/default
            </default-theme>
            <default-perspective>default
            </default-perspective>
          </negotiation>
        </application>
        <!--  temporary fix for jboss -->
        <application root="/nuxeo/site/sites" template-engine="freemarker">
          <negotiation>
            <strategy>web</strategy>
            <default-engine>default</default-engine>
            <default-theme>sites/default
            </default-theme>
            <default-perspective>default
            </default-perspective>
          </negotiation>
        </application>
    
        <application root="/nuxeo/site" template-engine="freemarker">
          <negotiation>
            <strategy>web</strategy>
            <default-engine>default</default-engine>
            <default-theme>sites/default
            </default-theme>
            <default-perspective>default
            </default-perspective>
          </negotiation>
        </application>
    
      </extension>
  • nuxeo-webengine-blogs-6.0.jar
    <extension point="applications" target="org.nuxeo.theme.services.ThemeService">
        <!--  temporary fix for jboss -->
        <application root="/nuxeo/site/blogs" template-engine="freemarker">
          <negotiation>
            <strategy>web</strategy>
            <default-engine>default</default-engine>
            <default-theme>blogs/default
            </default-theme>
            <default-perspective>default
            </default-perspective>
          </negotiation>
        </application>
    
        <application root="/nuxeo/site" template-engine="freemarker">
          <negotiation>
            <strategy>web</strategy>
            <default-engine>default</default-engine>
            <default-theme>blogs/default
            </default-theme>
            <default-perspective>default
            </default-perspective>
          </negotiation>
        </application>
    
      </extension>